Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
iconv-lite ^0.6.3 -> ^0.7.0 age confidence

Release Notes

pillarjs/iconv-lite (iconv-lite)

v0.7.0

Compare Source

🐞 Bug fixes
  • Handle split surrogate pairs when encoding utf8 - by @​yosion-p and @​ashtuchkin in #​282:

    Handle a case where streaming utf8 encoder (converting js strings -> buffers) encounters
    surrogate pairs split between chunks (last character of one chunk is high surrogate and first
    character of the next chunk is a low surrogate).

  • Avoid false positives in encodingExists by using objects without a prototype - by @​bjohansebas in #​328

    The encodingExists method could return incorrect results if the lookup matched properties inherited
    from the prototype of the object that stores the encodings, such as constructor and others. This change
    replaces that object with one that has no prototype, ensuring that only explicitly defined valid encodings
    in the library are considered. In addition, the fix is applied to the internal cache system to avoid the same
    kind of false positives

🚀 Improvements

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov
Copy link

codecov bot commented Oct 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73%. Comparing base (1cc979d) to head (ab7e16c).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #90   +/-   ##
=====================================
  Coverage     73%     73%           
=====================================
  Files        577     577           
  Lines      47608   47608           
  Branches    5591    5591           
=====================================
  Hits       34856   34856           
  Misses     10922   10922           
  Partials    1830    1830           
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 20, 2025

📝 Walkthrough

Walkthrough

Bumps the iconv-lite dependency in package.json from ^0.6.3 to ^0.7.0. No source code, configuration, exported interfaces, or control-flow changes are included.

Suggested reviewers

  • saltenasl
  • jamesbhobbs
  • Artmann

Pre-merge checks

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: a dependency update of iconv-lite to version 0.7.0, which matches the PR's sole modification to package.json.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 2 times, most recently from c080474 to 330e966 Compare October 20, 2025 17:39
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 17 times, most recently from 9161d6e to 76b4dc1 Compare October 23, 2025 12:16
@jamesbhobbs jamesbhobbs marked this pull request as draft October 23, 2025 12:36
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 2 times, most recently from b84d309 to 951d184 Compare October 23, 2025 12:55
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 4 times, most recently from 961b833 to 8cc33e8 Compare November 3, 2025 22:20
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 20 times, most recently from c90705a to 71560d8 Compare November 10, 2025 15:31
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch 3 times, most recently from 55f8b2c to 8fb4108 Compare November 12, 2025 15:33
@renovate renovate bot force-pushed the renovate/iconv-lite-0.x branch from 8fb4108 to ab7e16c Compare November 17, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant